home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / c / xpack.doc < prev   
Text File  |  1994-06-06  |  2KB  |  98 lines

  1.         xPack V1.2 - English Manual
  2.  
  3.  
  4. NAME
  5.     C:xPack 
  6.  
  7. SYNOPSIS
  8.     xPack FILE/M,METHOD/K,MINSIZE/N/K,SUFFIX/K,
  9.               PASSWORD/K,ALL/S,FORCE/S,PROGRAM/S
  10.  
  11. DESCRIPTION
  12.     xPack is a command line interface to the XPK compression library.
  13.     It was made to enable you to pack (or unpack) many files quickly
  14.     and comfortably, exspecially for use with the "XFH-Handler".
  15.     xPack needs OS 2.04 or newer.
  16.  
  17.     Main features:
  18.     - supports patterns
  19.     - can scan complete directory trees
  20.     - protection flags, filenote and date of the files are NOT changed
  21.     - packed files won't be repacked by default
  22.  
  23.     For more details about XPK read the documentation supplied.
  24.  
  25. ARGUMENTS
  26.     FILE:        You can supply as many files, directories or patterns
  27.             as you want.
  28.  
  29.     METHOD:        the compression algorithm to be used
  30.  
  31.     MINSIZE:    All files which are smaller than this value (in bytes)
  32.             won't be crunched (default 512 bytes).
  33.  
  34.     SUFFIX:        add/remove supplied suffix if packing/unpacking
  35.  
  36.     PASSWORD:    optional Password for encryption (or decryption)
  37.  
  38.     ALL:        scan through directory trees
  39.  
  40.     FORCE:        Files will be packed even if they're already XPK
  41.             packed and/or their size increases.
  42.  
  43.     PROGRAM:    pack only executables (e.g. for xLoadSeg)
  44.  
  45.     Examples:
  46.  
  47.      xPack SYS:MetaFont METHOD NUKE ALL
  48.  
  49.     or
  50.  
  51.      xPack Docs/#?.doc METHOD IMPL.40 SUFFIX .xpk MINSIZE 1024
  52.  
  53.     or
  54.  
  55.      xPack Secret.txt METHOD ENCO PASSWORD Joshua
  56.  
  57.     or (Decrunch)
  58.  
  59.      xPack Archive/#?.xpk Archive/#?.pp 
  60.  
  61. HISTORY
  62.     XPKSmart 1.0
  63.     - first internal Release
  64.  
  65.     xSmart 1.0
  66.     - program renamed on a request by Urban "XPK" Müller
  67.     - progress display fits better in the CLI window now
  68.     - check for increase of size by packing with XPK implemented
  69.  
  70.     xPack 1.0
  71.     - program renamed again on a request by Urban "XPK" Müller
  72.     - "FORCE", "PASSWORD" and "SUFFIX" argument implemented
  73.     - file handling changed, slower but more secure
  74.     - removed Enforcer hit
  75.  
  76.     xPack 1.1
  77.     - no problems with WShell anymore
  78.     - if xPack is started with OS 1.3 a message is printed instead of
  79.       displaying a recoverable Alert
  80.  
  81.     xPack 1.2
  82.     - added "PROGRAM" parameter
  83.     - suffixes may be removed while unpacking
  84.  
  85. COPYRIGHT
  86.     xPack is free to be spread on public-domain and shareware disks as
  87.     long as they are sold for a reasonable charge that is less than $6.
  88.     This applies not to Fred Fish, he and ONLY he can take more money.
  89.     For use in commercial products the permission of the author is
  90.     required.
  91.  
  92. AUTHOR
  93.     Matthias Scheler
  94.     Schützenstraße 18
  95.     D-4799 Borchen
  96.  
  97.     INTERNET: tron@uni-paderborn.de
  98.